home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / jumpingrope.swf / scripts / frame_37 / DoAction.as
Text File  |  2007-10-01  |  713b  |  24 lines

  1. function saveAgainF()
  2. {
  3.    clearInterval(saveAgainInter);
  4.    gameOver_mc.gotoAndStop("saveAgain");
  5. }
  6. function saveAgain()
  7. {
  8.    _root.buttonSound.start();
  9.    _root.pointSave.load(callUrl + "?game_seq=" + game_seq + "&point=" + point + "&mem_id=" + mem_id + "&game_point=" + _root.game_score);
  10.    gameOver_mc.gotoAndStop(1);
  11. }
  12. function resultF()
  13. {
  14.    clearInterval(resultInter);
  15.    gameOver_mc.gotoAndStop("result");
  16. }
  17. callUrl = "i_game_end_exec.php";
  18. gameOver_mc.gotoAndStop("result");
  19. ScoreSending = function()
  20. {
  21.    sendingResult = "∞áÉ∞êÿ ∞áä∞åí∞ñæ";
  22. };
  23. _root.pointSave.load(callUrl + "?game_seq=" + game_seq + "&point=" + point + "&mem_id=" + mem_id + "&game_point=" + _root.game_score);
  24.